home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / ForCLI / assplu14.lha / macros.i
Text File  |  1993-09-23  |  356b  |  13 lines

  1. ;-----------------------------------------------------------------------------
  2. ; CLDOS routine
  3. ;-----------------------------------------------------------------------------
  4. ; Ruft eine dos-Routine auf (PC relativ!)
  5. ;-----------------------------------------------------------------------------
  6.  
  7. CLDOS    MACRO
  8.  
  9.     move.l    _DOSBase(pc),a6
  10.     jsr    _LVO\1(a6)
  11.  
  12.     ENDM
  13.